home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / pnm2ppa / TODO < prev    next >
Text File  |  2002-06-10  |  2KB  |  66 lines

  1. TODO
  2. UPDATE (June 10, 2002) 
  3. *  Striping in images like ghostscript' example image "tiger.ps'
  4.    has been eliminated by just making sure that black ink is never overprinted
  5.    by color ink.   A major reworking  to cutswath.c and some improvements to
  6.    image.c were needed.  This is probably the final work done on this driver..
  7.  
  8. --------------------------------
  9. Code issues (comments by duncan):
  10. * implement data compression for color as well as
  11.   black and white printing.
  12. * check out the new information about the buffer on the printer.
  13.   (mentioned on ppa.devel by andrew in early 2000)
  14. * cleaning head codes needed. (or put them into PUP);
  15.   document the codes in  the ppa docs here.
  16. * should multiple color sweeps in a swath (gMaxpass=4)
  17.   alternate between right-to-left and left-to-right ?
  18.  
  19. * The Windows driver  also has a "normal" mode with gMaxPass=2, and well
  20.   as "econofast" (gMaxPass=1) and high quality (gMaxPass=4).  It
  21.   alternates color passes in one direction with black passes in the
  22.   other direction, at the same vertical position.
  23.   If this structure is adopted, maybe the way the 600dpi resolution of black
  24.   if reduced to 300dpi resolution in dither.c should be rethought.
  25.   (Why not keep 600dpi black resolution ?).
  26.  
  27. * A FS_black_dither routine is needed in black-only printing, for high-quality
  28.   black-only images.
  29.  
  30.  
  31. * add autodetection of device via IEEE 1284 and other methods
  32. * redo debugging support    (done ajv)
  33. * add extra .conf parameters to avoid recompiles (done: ajv & giorgio)
  34. * getopt() rather than current handling    (done:    ajv 19991003)
  35.  
  36. Distribution and Installation issues
  37.  
  38. * *BSD compatibility (partially there: ajv 19991021)
  39. * update README and all doco
  40. * update installation instructions for major distributions (caldera, RH, etc)
  41. * Translate man page into other languages
  42. * add autoconf support ? (NetBSD and alpha issues)
  43. * update CREDITS
  44. * Make install target    (done: ajv)
  45. * make syslog configurable; stdout or syslog (done: ajv 19991021)
  46.  
  47. CALIBRATION
  48. * CALIBRATE doco, and supporting .ps file to generate page
  49.  
  50. Long Term wants
  51.  
  52. * write instructions on how to speed up parallel port (Linux 2.2.x and later)
  53. * write hppaconf (KDE)?
  54. * gs native filter rather than take pnm/pbm/ppm files
  55. * scpd to monitor printer status, and provide support for console alerts
  56.   (These are dumb printers, so ...)
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.